home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / battutor.arc / FILELIST < prev    next >
Text File  |  1986-05-05  |  2KB  |  48 lines

  1.                                 FILE LIST
  2.  
  3.  
  4. Here is a summary of the files on this diskette in "wildcard" format:
  5.  
  6.  
  7.         readme          a set of directions for running the tutorial
  8.  
  9.         filelist        the file you are reading
  10.  
  11.         catalog         a complete list of files on this diskette
  12.  
  13.         runme.bat       the first tutorial Batch File.  Running this
  14.                         Batch File starts the tutorial "chain" of
  15.                         Batch Files.
  16.  
  17.         _???????.bat    the rest of the tutorial Batch Files
  18.  
  19.         _???????.rem    text files that are displayed by the tutorial
  20.  
  21.         *.com           the Batch File utilities discussed on this disk
  22.  
  23.  
  24.                 The above .bat, .rem, and .com files must be in the same
  25.                 directory in order for the tutorial to run successfully.
  26.  
  27.  
  28.         *.asm           the assembly language source code for the utilities
  29.  
  30.         *.inc           "include" files of assembly language source code for
  31.                         the utilities
  32.  
  33.         test????.bat    simple Batch Files used to test the utilities
  34.  
  35.         ??dir.bat     Batch Files used to generate printable directory listings
  36.  
  37.  
  38.  
  39. You can print all but the .com files using the "wildcard" feature of the DOS
  40. PRINT command.  For example, to print all of the tutorial Batch Files, a typical
  41. command would be
  42.  
  43.  
  44.                 A> print B:_???????.bat
  45.  
  46.  (use the disk specs that reflect where these files are in your system)
  47.             Bye bye
  48.